Carbon


DisposeKCCallbackUPP

Header: Keychain.h Carbon status: Under Evaluation

Disposes of a UPP to your Keychain event-handling callback function.

void DisposeKCCallbackUPP (
    KCCallbackUPP userUPP
);
userUPP

A UPP to your callback function.

DISCUSSION

When you are finished with a UPP, you should dispose of it by calling the DisposeKCCallbackUPP function.

AVAILABILITY

Under evaluation for Carbon. Available in CarbonLib 1.0 and later. Exported by CarbonLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)